-
Re: Is there a way to tell what sheet a form is connected to?
I user the form to submit a new record, and enter something like aaabbbccc and then search for that value. It's really run if you have workflow that moves records around, because that value will show…2 · -
Re: "Alert Someone" Send to Contacts in a Cell NOT WORKING/Send to Specific People WORKING
Are the failed recipients getting any alerts from other Smartsheet workflows? Have you check alert settings? Maybe at the account level?1 · -
Re: Is there a workaround that would equate to the IN Operator in MS Access?
You don't need to use multiple IF statements, you could use one IF along with an OR statement. Or you create a lookup sheet with a list of the 17 choices, and then a column with data that is either b…1 · -
Re: An automated workflow where data is updated to an existing sheet
The nomenclature "Form" is a specific thing in Smartsheet, and is a mechanism for creating a new record. And "Workflow" is also a thing - Smartsheet's lingo for Automation. That l…1 · -
Re: How to show blank where no data is, when using =MAX(0, NETWORKDAYS(TODAY(), End@row))
iferror(MAX(0, NETWORKDAYS(TODAY(), End@row)),"")1 ·